This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
Don't worry! ~Bill Quetfoochekakol 12.Jan.04 09:47 PM a Web browser Domino Designer All ReleasesAll Platforms
Variables declared as global in the (Declarations) section of a LotusScript agent are in fact local to the agent, and thus not shared between multiple instances of the agent (or other agents with an identically named variable).
So you should be safe.
What you should avoid, is using truly global variables/settings such as files, profile documents and environment variables.